End Contract
upwork_end_contractEnd an active contract and optionally leave feedback for the client. Specify the reason and rating to close the contract after work is complete or cancelled.
Instructions
End an active contract.
Close a contract and optionally leave feedback for the client.
Args:
contract_id (string, required): The contract ID to end
reason (string, required): Reason - 'project_completed', 'project_cancelled', 'no_longer_needed', 'other'
feedback_rating (number, optional): Rating for client (1-5)
feedback_comment (string, optional): Feedback comment
would_recommend (boolean, optional): Would you recommend this client?
Returns: Confirmation of contract closure.
Important: This action cannot be undone. Make sure all work is complete and payments are settled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Reason for ending the contract | |
| contract_id | Yes | The unique identifier of the contract to end | |
| feedback_rating | No | Rating for the client (1-5 stars) | |
| would_recommend | No | Whether you would recommend this client to others | |
| feedback_comment | No | Feedback comment for the client |