BlueForge Docs

forge app restart

Restart a deployed app (docker compose stack).

Command

forge app restart <appId> [--yes]

Arguments

NameTypeRequiredNotes
appId
stringyesApp ID

Flags

FlagTypeDefaultNotes
--yes
bool
false
Skip confirmation dialog

Examples

Restart with confirmation:

forge app restart app_xxxxx

Skip confirmation:

forge app restart app_xxxxx --yes

Errors

Exit codeMeaning
0Restart queued successfully
1Failed to restart

Pitfalls

  • Confirmation — you are prompted to confirm unless
    --yes
    is passed.
  • Docker compose stack — this restarts all containers in the app's compose stack.

See also

{auto-injected}

Tested against

{auto-injected}