Skip to main content

Overview

Manage your deployments from the command line. List all deployments in your organization or delete deployments you no longer need.

Commands

List Deployments

Output:

Delete a Deployment

This soft-deletes the deployment and all its versions. Existing in-flight runs will complete normally, but no new runs can be created.
Deletion cannot be undone. All versions associated with the deployment will also be deleted.

Options

Resolving the Deployment

If no deployment ID is provided, it is resolved from crewship.toml in the current directory:

Examples

List all deployments

Delete by ID

Delete with auto-resolve from config

Delete a named deployment

Versions

Manage versions

Deploy

Deploy your crew