The commit operation replaces files in the application’s working directory. Make sure your ZIP archive contains the correct directory structure for your project so that files land in the right locations on the server.
Endpoint
Path parameters
The unique ID of the application. You can find this in the URL of your application’s dashboard page on Virtus Cloud.
Request headers
Your Virtus Cloud API key. See Authentication for details.
Must be
multipart/form-data when sending files via a form upload.Body parameters
The file or archive to commit. You can provide either a single file or a ZIP archive containing multiple files. Pass this as a
multipart/form-data field using FormData in the browser/Node.js or a Buffer in Node.js.Response
Indicates whether the request succeeded. Returns
"success" when the commit is accepted and the files are being applied to the application.An optional human-readable message providing additional context about the commit result.