Apply
Create or Update Resources
Clusters
Applications
Models
Artifacts
Prompts
Secret Groups
Model Deployments
Users
Personal Access Tokens
Virtual Accounts
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
Response
200
The resource has been successfully created or updated.
Was this page helpful?
curl --request PUT \
--url https://{controlPlaneURL}/api/svc/v1/apply \
--header 'Content-Type: application/json' \
--data '{
"manifest": {}
}'