agentuity avatar

agentuity-cli-cloud-deployment-rollback

Rollback the latest to the previous deployment. Requires authentication. Use for Agentuity cloud pla

作者 agentuity|オープンソース

Cloud Deployment Rollback

Rollback the latest to the previous deployment

Prerequisites

  • Authenticated with agentuity auth login
  • cloud deploy

Usage

agentuity cloud deployment rollback [options]

Options

OptionTypeRequiredDefaultDescription
--project-idstringYes-Project ID

Examples

Rollback to previous deployment:

bunx @agentuity/cli cloud deployment rollback

Rollback specific project:

bunx @agentuity/cli cloud deployment rollback --project-id=proj_abc123xyz

Output

Returns JSON object:

{
  "success": "boolean",
  "projectId": "string",
  "targetDeploymentId": "string"
}
FieldTypeDescription
successbooleanWhether the rollback succeeded
projectIdstringProject ID
targetDeploymentIdstringDeployment ID that was rolled back to