# Invalid Project Status
source: https://developer.mastercard.com/mastercard-developers-api/documentation/errors/invalid-project-status/index.md

Something was wrong with the request.

### Solution {#solution}

The API is unable to process your request. Retry with a valid request. For example, this error can occur when you request a project to be moved to production when it is already in production.

### API Error Response {#api-error-response}

**HTTP code 400**

```JSON
{
  "Errors": {
    "Error": [
      {
        "Source": "DEVELOPERS_API",
        "Description": "Invalid project status",
        "Details": "Project's current status is invalid",
        "ReasonCode": "INVALID_PROJECT_STATUS",
        "Recoverable": false
      }
    ]
  }
}
```

[Back to Errors List](https://developer.mastercard.com/mastercard-developers-api/documentation/code-and-formats/index.md#list-of-common-api-errors)​​
