Last modified June 21, 2026
'muster start' command reference
muster start starts a service or runs a workflow. The aggregator must be running, or --endpoint must point at a remote one.
Usage
muster start <resource-type> <name> [parameters]
Resource types
| Type | Description |
|---|---|
service | Start a service by name |
workflow | Run a workflow, with optional parameters as flags |
Workflow parameters are passed as --key=value flags and validated against the workflow’s argument schema.
Flags
start accepts the common flags. For workflows, additional --key=value flags supply the workflow arguments.
Examples
muster start service prometheus
muster start workflow deploy-app --environment=production --replicas=3
Related
muster stop- Stop a running service.muster call- Run a workflow as aworkflow_<name>tool.- Author a Muster workflow - Write workflows.
Need help, got feedback?
We listen to your Slack support channel. You can also reach us at support@giantswarm.io. And of course, we welcome your pull requests!