preswald stop

The preswald stop command stops an already deployed app.

Note: preswald deploy creates a .env.structured in the current directory for Structured Cloud deployments. This is used under the hood to stop Structured deployments.

Options

  • --target: Specifies the deployment target. Options include:
    • structured: Structured Cloud. Requires Structured API Key.
    • gcp: Google Cloud Platform. Requires GCloud CLI installed.
    • local (default): Locally without deploying to the cloud.

Example Usage

preswald stop --target structured

Was this page helpful?