Skip to main content
POST
/
api
/
semantic-models
/
{model_id}
/
undeploy
Undeploy Model
curl --request POST \
  --url https://api.example.com/api/semantic-models/{model_id}/undeploy \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

model_id
string<uuid>
required

Response

Model undeployed

The response is of type boolean.