Disable Data Source

Pause discovery and extraction for a data source

Endpoint

PUT /api/v1/providers/datasources/{id}:disable

Description

Pause discovery and extraction for a data source. This will cancel all pending extractions for the specified data source.

circle-exclamation
circle-info

Authentication Required

This endpoint requires a valid Veza API key for authentication.

See Authentication for more about creating and managing API keys.

All requests must include the API key as a Bearer token in the Authorization header.

Example:

curl -X GET "$BASE_URL/api/preview/keys" \
  -H "authorization: Bearer $VEZA_TOKEN"

API Reference

put
Authorizations
AuthorizationstringRequired

Bearer token authentication using a Veza Personal API key.

Header Format: Authorization: Bearer <your-api-key>

Creating an API Key:

  1. Log into your Veza tenant
  2. Navigate to Administration โ†’ API Keys
  3. Generate a new API key and save the value securely
Path parameters
idstringRequired
Responses
chevron-right
200

OK

application/json
Responseobject
put
/api/v1/providers/datasources/{id}:disable

Path Parameters

Parameter
Type
Required?
Description

id

string

Required

The data source ID

Request Examples

Response Examples

Standard Response:

Last updated

Was this helpful?