BlueForge Docs

forge stop

Stop a running deployment or app.

Command

forge stop <id> [--yes]

Arguments

NameTypeRequiredNotes
id
stringyesDeployment or app ID

Flags

FlagTypeDefaultNotes
--yes
bool
false
Skip confirmation dialog

Examples

Stop with confirmation:

forge stop deploy_xxxxx

Skip confirmation:

forge stop app_xxxxx --yes

Errors

Exit codeMeaning
0Stop queued successfully
1Failed to stop

Pitfalls

  • Confirmation — by default, you are prompted to confirm. Use
    --yes
    to skip.
  • Running containers — this stops all containers for the given deployment or app.

See also

{auto-injected}

Tested against

{auto-injected}