All Products
Search
Document Center

Platform For AI:DeleteFaultInjection

Last Updated:Nov 12, 2025

Deletes a fault injection task.

Operation description

Before you use this operation, make sure that you understand the billing methods and pricing of Elastic Algorithm Service (EAS).

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 syntax

DELETE /api/v2/services/{ClusterId}/{ServiceName}/instances/{InstanceName}/faults/{FaultType} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

ClusterId

string

No

The region where the private gateway is located.

cn-shanghai

ServiceName

string

No

The service name. For more information, see ListServices.

foo

InstanceName

string

No

The name of the service instance. For more information, see ListServiceInstances.

echo-da290ac8-7fckm

FaultType

string

No

The type of the fault injection task. Supported fault types include CPU full load, memory payload, network, disk read/write hang, and disk fill.

CpuFullloadTask

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

The response schema.

RequestId

string

The request ID.

40325405-579C-4D82****

Message

string

A message that indicates the result of the operation.

Successfully delete acl policy for gateway

Examples

Success response

JSON format

{
  "RequestId": "40325405-579C-4D82****",
  "Message": "Successfully delete acl policy for gateway"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.