stop-service

Description

Stop the service.

By stopping services that do not need to be running during development or usually, the usage can be reduced.

Synopsis

$ abeja model stop-service [--help]
Usage: abeja model stop-service [OPTIONS]

  Stop service

Options:
  -d, --deployment-id TEXT  Deployment identifier  [required]
  -s, --service-id TEXT     Service identifier  [required]
  --help                    Show this message and exit.

Options

-d, --deployment-id

Specify deployment-id when create-deployment is created.

-s, --service-id

Specify service-id when create-service is created.

Example

Stop the service.

Command:

$ abeja model stop-service --deployment-id 3456789012345 --service-id ser-4567890123456

Output:

{
  "message": "ser-4567890123456 stopped"
}