v1

OpenAPI 3.1.0Proprietary2026-07-13197242444.9 KB
Sources

Bulk Stop Sources

Stop multiple sources in parallel. Supports two modes:

  1. Explicit IDs: Pass a list of source IDs
  2. Select all: Set select_all=true with optional filters

Returns partial success results - continues processing even if individual stops fail.

put/sources/bulk/stop

Request body

idsstring[] nullable

List of entity IDs to perform the action on. Omit if using select_all=true.

select_allboolean

If true, select all entities matching the filters

Response

Successful Response