Deleting a killOp Rule
API Description
This API is used to delete a killOp rule.
Restrictions
- This API applies only to replica set and cluster instances.
- This API is available only for DDS 3.4 or later.
- This API is available only for an instance node with 4 or more vCPUs.
- Only disabled rules can be deleted.
- An enabled rule cannot be deleted. To delete a rule, you must disable the rule by referring to Enabling or Disabling a killOp Rule.
URI
- URI format
DELETE https://{Endpoint}/v3/{project_id}/instances/{instance_id}/kill-op-rule
- URI example
Table 1 Request parameters Parameter
Mandatory
Type
Description
X-Auth-Token
Yes
String
User token obtained from IAM.
project_id
Yes
String
Project ID of a tenant in a region.
instance_id
Yes
String
Instance ID.
Request Parameters
- Parameter description
Table 2 Request body parameters Parameter
Mandatory
Type
Description
ids
Yes
Array of strings
List of killOp rule IDs.
- Example request
{ "ids" : [ "7d2f36b4-6edb-4093-8c78-810b30232943" ] }
Status Code
For more information, see Status Code.
Error Code
For more information, see Error Code.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.