Hasura CLI: hasura platform:microservice stop

Stop a microservice

Synopsis

Stop a microservice

hasura platform:microservice stop [microservice-name] [flags]

Examples

# Stop a microservice called www:
$ hasura microservice stop www

Options

-c, --cluster string     alias of cluster to connect to
-h, --help               help for stop
-n, --namespace string   namespace of the microservice (user: custom microservice, hasura: hasura microservice) (default "user")

Options inherited from parent commands

--project string   hasura project directory where the commands should be executed. (default: current directory)

SEE ALSO

Auto generated by spf13/cobra