All Products
Search
Document Center

File Storage NAS:StopLifecyclePolicyExecution

Last Updated:Apr 04, 2026

Stops the execution of a lifecycle policy.

Operation description

This operation applies only when the LifecyclePolicyType parameter of a lifecycle management policy for a CPFS file system is set to OnDemand.

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.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

FileSystemId

string

Yes

The ID of the file system.

bmcpfs-290w65p03ok64ya****

LifecyclePolicyId

string

Yes

The ID of the lifecycle policy.

lc-xxx

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

A request ID is returned regardless of whether the call succeeds.

98696EF0-1607-4E9D-B01D-F20930B6****

Success

boolean

Indicates whether the request succeeded.

Valid values:

  • true: The request succeeded.

  • false: The request failed.

true

Examples

Success response

JSON format

{
  "RequestId": "98696EF0-1607-4E9D-B01D-F20930B6****",
  "Success": true
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidLifecyclePolicy.NotFound The specified LifecyclePolicy does not exist. The specified LifecyclePolicy does not exist.
404 InvalidFileSystem.NotFound The specified file system does not exist. The specified file system does not exist.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.