Abort an Integration Instance

post

/ic/api/integration/v1/monitoring/instances/{id}/abort

Abort a waiting or paused scheduled integration instance or any in-progress asynchronous integration instance with the specified identifier.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : InstanceAbortRs
Type: object
Show Source

400 Response

Malformed parameters

404 Response

Instance not found

409 Response

Instance not in-progress status

500 Response

Server error
Back to Top