cURL
curl --request POST \ --url https://api.example.com/api/semantic-models/{model_id}/undeploy \ --header 'Authorization: Bearer <token>'
true
Undeploy a semantic model by dropping its materialized view.
Required Role: nx1_semantic_admin
The model will return to ‘approved’ status and can be redeployed.
The access token received from the authorization server in the OAuth 2.0 flow.
Model undeployed
The response is of type boolean.
boolean
Was this page helpful?