Apply
Create or Update Resources
Apply
Create or Update Resources
Applies a given manifest to create or update resources of specific types, such as provider-account, cluster, workspace, or ml-repo.
PUT
/
api
/
svc
/
v1
/
apply
curl --request PUT \
--url https://{controlPlaneURL}/api/svc/v1/apply \
--header 'Content-Type: application/json' \
--data '{
"manifest": {}
}'
Body
application/json
manifest of the resource to be created or updated
Response
200
The resource has been successfully created or updated.
curl --request PUT \
--url https://{controlPlaneURL}/api/svc/v1/apply \
--header 'Content-Type: application/json' \
--data '{
"manifest": {}
}'