curl --request PUT \
--url https://{controlPlaneURL}/api/svc/v1/apply \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"manifest": "<any>",
"dryRun": true
}'{
"existingManifest": "<any>",
"action": "CREATE",
"data": {}
}Applies a given manifest to create or update resources of specific types, such as provider-account, cluster, workspace, or ml-repo.
curl --request PUT \
--url https://{controlPlaneURL}/api/svc/v1/apply \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"manifest": "<any>",
"dryRun": true
}'{
"existingManifest": "<any>",
"action": "CREATE",
"data": {}
}Was this page helpful?