The publish command is used to publish the function to the sky.central.docker registry, making it available for reuse as a Solution Stack.

JSON Input Data Format
{
    "id": string
}
id * Specifies the ID of the Serverless.
* 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 ..."
}