flux service
Manage workflow services.
Manage workflow services.
Sub-commands
flux service add— Add namespaces or workflows to a service.flux service create— Create a new workflow service.flux service delete— Delete a workflow service.flux service exclude— Exclude workflows from a service.flux service include— Include previously excluded workflows in a service.flux service list— List all workflow services.flux service remove— Remove namespaces or workflows from a service.flux service show— Show details of a workflow service.flux service start— Start a standalone service proxy.flux service update— Update service-level settings.
flux service add
Add namespaces or workflows to a service.
Arguments
name(text, required)
Options
--namespace,-n— (default:Sentinel.UNSET)--workflow,-w— (default:Sentinel.UNSET)--format,-f— Output format (default:simple)--server-url,-cp-url— Server URL to connect to.
flux service create
Create a new workflow service.
Arguments
name(text, required)
Options
--namespace,-n— (default:Sentinel.UNSET)--workflow,-w— (default:Sentinel.UNSET)--exclude,-e— (default:Sentinel.UNSET)--format,-f— Output format (default:simple)--mcp— Enable MCP endpoint.--server-url,-cp-url— Server URL to connect to.
flux service delete
Delete a workflow service.
Arguments
name(text, required)
Options
--yes,-y— Skip confirmation prompt.--server-url,-cp-url— Server URL to connect to.
flux service exclude
Exclude workflows from a service.
Arguments
name(text, required)workflow_refs(text, required)
Options
--format,-f— Output format (default:simple)--server-url,-cp-url— Server URL to connect to.
flux service include
Include previously excluded workflows in a service.
Arguments
name(text, required)workflow_refs(text, required)
Options
--format,-f— Output format (default:simple)--server-url,-cp-url— Server URL to connect to.
flux service list
List all workflow services.
Options
--format,-f— Output format (default:simple)--server-url,-cp-url— Server URL to connect to.
flux service remove
Remove namespaces or workflows from a service.
Arguments
name(text, required)
Options
--namespace,-n— (default:Sentinel.UNSET)--workflow,-w— (default:Sentinel.UNSET)--format,-f— Output format (default:simple)--server-url,-cp-url— Server URL to connect to.
flux service show
Show details of a workflow service.
Arguments
name(text, required)
Options
--format,-f— Output format (default:simple)--server-url,-cp-url— Server URL to connect to.
flux service start
Start a standalone service proxy.
Arguments
name(text, required)
Options
--port,-p— Port to listen on. (default:9000)--host— Host to bind to. (default:0.0.0.0)--mcp,--no-mcp— Enable or disable MCP endpoint.--server-url,-cp-url— Flux server URL to connect to.--cache-ttl— Endpoint cache TTL in seconds. (default:60)--mcp-issuer— IdP issuer URL for MCP auth (enables token validation and OAuth discovery).--mcp-audience— Expected JWT audience for MCP auth.--mcp-jwks-uri— JWKS URI for MCP token validation (discovered from issuer OIDC metadata if omitted).--mcp-base-url— Public base URL for OAuth discovery metadata (overrides auto-constructed URL, useful behind TLS termination).
flux service update
Update service-level settings.
Arguments
name(text, required)
Options
--mcp,--no-mcp— Enable or disable MCP endpoint.--format,-f— Output format (default:simple)--server-url,-cp-url— Server URL to connect to.
Generated from flux/cli.py. Last verified against Flux 0.56.0.