set-project-status
- Last updated on August 4, 2025
- •
- Less than a minute to read
This command is used to change the status of a project to which this task belongs.
Parameters
- status (string) - The name of the new project status (case-sensitive). If the specified status is not available for the tenant, the task will fail with an error.
Example
Setting the project status to Completed
.
{
"description": "Complete the project",
"name": "completing-project",
"type": "set-project-status",
"parameters": {
"status": "Completed"
}
}