Skip to main content
PUT
/
company
/
{company_id}
/
data-planes
/
{data_plane_id}
/
default-compute-pool
/
{compute_pool_id}
Set the company's default compute pool for a data plane
curl --request PUT \
  --url https://api-dev.narrative.io/company/{company_id}/data-planes/{data_plane_id}/default-compute-pool/{compute_pool_id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.narrative.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_id
integer<int64>
required

The id of an existing company

data_plane_id
string<uuid>
required

The data plane this default applies to.

compute_pool_id
string<uuid>
required

The compute pool to use as the default on data_plane_id.

Response

Default set