# Policies - Project ## Get Project Policy - [GET /api/v2.0/projects/{projectToken}/policies/{policyUuid}](https://api-docs.mend.io/sca/2.0/policies-project/getcontextpolicy.md): Returns a single policy in a given project ## Update Project Policy - [PUT /api/v2.0/projects/{projectToken}/policies/{policyUuid}](https://api-docs.mend.io/sca/2.0/policies-project/updatepolicy.md): Updates a policy for a given project ## Delete Project Policy - [DELETE /api/v2.0/projects/{projectToken}/policies/{policyUuid}](https://api-docs.mend.io/sca/2.0/policies-project/deletepolicy.md): Deletes a policy for a given project ## Update Project Policy Priorities - [PUT /api/v2.0/projects/{projectToken}/policies/priority](https://api-docs.mend.io/sca/2.0/policies-project/updatepriorities.md): Updates the priority of policies in a given project. Policies are numbered and then evaluated sequentially. The request body should contain a list of policy UUIDs in the desired order, starting from highest priority. The service returns a list or ordered policies. ## Apply Project Policies on Inventory - [POST /api/v2.0/projects/{projectToken}/policies/apply](https://api-docs.mend.io/sca/2.0/policies-project/applyoninventory.md): After initiating this call, the process will be performed asynchronously in the background. To check the status of the process and retrieve the final outcome, use the "Get Async Process Status" request. ## Get Project Policies - [GET /api/v2.0/projects/{projectToken}/policies](https://api-docs.mend.io/sca/2.0/policies-project/getcontextpolicies.md): Returns all of the policies of a given project ## Create Project Policy - [POST /api/v2.0/projects/{projectToken}/policies](https://api-docs.mend.io/sca/2.0/policies-project/createpolicy.md): Creates a new policy for a given project