Table of Contents | ||
---|---|---|
|
Overview
Info |
---|
In order to execute this command, a model that is not built should exist. If you attempt to build a model that is already built, the build status of that model will be indicated as |
Description | Building a model |
Resource Path |
|
HTTP Method | POST |
Request/Response Format | application/json |
...
Code Block | ||
---|---|---|
| ||
POST https://localhost:9443/api/models/{id} |
Sample cURL command
Code Block | ||
---|---|---|
| ||
curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/models/1 -k -v |
Sample output
Code Block | ||
---|---|---|
| ||
|
REST API response
HTTP status code | 200 For descriptions of the HTTP status codes, see HTTP Status Codes. |