Skip to main content

diagrid dev stop

Terminate one or more local app connections

Description

Terminate the app connection from 1+ App ID(s) to your local machine

diagrid dev stop [flags]

Examples


# Stop running applications and terminate one or more local app connections using an existing dev config file
diagrid dev stop -f project-dev.yaml --project my-project

# Terminate the local app connection for a specific App ID
diagrid dev stop --app-id my-appid --project my-project

Options

  -f, --file string      Path to config file
-a, --app-id string App ID
-p, --project string Project to use for the dev session
-h, --help help for stop

Options inherited from parent commands

      --api-key string   Diagrid Cloud API key

SEE ALSO

  • diagrid dev - Run and connect code to the Catalyst APIs for development