Reset To Production

Version 4.0.24.6 (latest)

Reset a project to the revision of the project that is in production.

DANGER this will delete any changes that have not been pushed to a remote repository.

Request

POST /projects/{project_id}/reset_to_production
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
project_id
string
Id of project

Response

200: Project

Datatype
Description
(string)
string

204: Returns 204 if project was successfully reset, otherwise 400 with an error message

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link