The delpoy command is used to initiate a Solution Stack deployment, which requires a Stacks YAML code containing custom tags to define the deployment specifications. For more details on the Stacks YAML code format, please refer to the document: {NEXUS} Stacks

JSON Input Data Format
{
    "script": string
}
script * Specifies the Stacks YAML code that will be used to deploy a solution.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": "The process was successfully completed"
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}