Stops an application in a Container Service for Kubernetes (ACK) cluster or a Serverless Kubernetes cluster.
Try it now
Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
none |
*Application
|
None | None |
Request syntax
POST /pop/v5/k8s/acs/stop_k8s_app HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The application ID. To obtain this ID, call the ListApplication operation. |
93fdd228-d237-*******8de18d |
| Timeout |
integer |
No |
The timeout period of the change process. Unit: seconds. |
60 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| ChangeOrderId |
string |
The ID of the change process. |
*******27-a4f4-ed2ae98de18d |
| Code |
integer |
The HTTP status code. |
200 |
| Message |
string |
Additional information about the request result. |
success |
| RequestId |
string |
The ID of the request. |
03FD1520-0FD6-436A-****-265318D7**** |
Examples
Success response
JSON format
{
"ChangeOrderId": "*******27-a4f4-ed2ae98de18d",
"Code": 200,
"Message": "success",
"RequestId": "03FD1520-0FD6-436A-****-265318D7****"
}
Error codes
See Error CodesError Codes for a complete list.
Release notes
See Release NotesRelease Notes for a complete list.