Creates a deployment revision.
Try it now
Test
RAM authorization
Request parameters
Parameter | Type | Required | Description | Example |
ApplicationName | string | Yes | The name of the application. | AgentColin3 |
Description | string | No | The description of the deployment revision. | 2026-01-03 |
RevisionType | string | No | The type of the deployment revision. Valid values:
| Command |
Location | string | No | The deployment location, specified as a JSON string that contains details such as the bucket name and region. | {"bucketName":"ecs-application-ui-test","objectName":"319137376-pipeline-run-319137376-task-1-cmd-exec.log","regionId":"cn-hangzhou"} |
Hooks | string | No | The deployment hook scripts, specified as a JSON string. The scripts contain commands that run when the application starts or stops. | {"applicationStart":"# Execute build process\nbuild() {\n REPO_URL=\"https://github.com/aldinokemal/go-whatsapp-web-multidevice.git\"\n BRANCH=\"main\"\n DOCKERFILE_PATH=\"./dockerfile\"\n "} |
DeployResourceType | string | No | The type of the deployment resource. Valid values:
| Kubernetes |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | 4DB0****1234 |
| Revision | object | The details of the deployment revision. | {"RevisionId": "rev-0d6c6956faac431c891b", "ApplicationName": "AgentColin3"} |
RevisionId | string | The ID of the deployment revision. | rev-0d6c6956faac431c891b |
ApplicationName | string | The name of the application. | AgentColin3 |
RevisionType | string | The type of the deployment revision. Valid values are
| Oss |
Description | string | The description of the deployment revision. | 2026-01-05 |
Location | string | The storage location of the deployment resource, provided as a JSON string. | {"bucketName":"ecs-application-ui-test","objectName":"319137376-pipeline-run-319137376-task-1-cmd-exec.log","regionId":"cn-hangzhou"} |
Hooks | string | The deployment hook scripts. | {"applicationStart": "echo \\"介绍agentscope是什么\" | python agent_sample.py"} |
DeployResourceType | string | The deployment resource type. | Ecs |
Examples
Success response
JSON format
{
"RequestId": "4DB0****1234",
"Revision": {
"RevisionId": "rev-0d6c6956faac431c891b",
"ApplicationName": "AgentColin3",
"RevisionType": "Oss",
"Description": "2026-01-05",
"Location": "{\"bucketName\":\"ecs-application-ui-test\",\"objectName\":\"319137376-pipeline-run-319137376-task-1-cmd-exec.log\",\"regionId\":\"cn-hangzhou\"}",
"Hooks": "{\"applicationStart\": \"echo \\\\\"介绍agentscope是什么\\\" | python agent_sample.py\"}",
"DeployResourceType": "Ecs"
}
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.