v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
Security Attack discovery API

Disable Attack Discovery schedule

Spaces method and path for this operation:

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/attack_discovery/schedules/{id}/_disable</span></div>

Refer to Spaces for more information.

Disables an Attack Discovery schedule, preventing it from running according to its configured interval. The schedule configuration is preserved and can be re-enabled later. Any currently running executions will complete, but no new executions will be started.

post/api/attack_discovery/schedules/{id}/_disable

Path parameters

idstring nonempty required

A string that does not contain only whitespace characters.

Example:I am a string

The unique identifier (UUID) of the Attack Discovery schedule to disable. This ID is returned when creating a schedule and can be found in schedule listings.

Response

Successfully disabled Attack Discovery schedule, returning the schedule ID for confirmation

idstring nonempty required

A string that does not contain only whitespace characters.

Example response

{
  "id": "I am a string"
}