# CPMS CPMS management endpoints ## List CPMS - [GET /tenant/{tenant}/cpms](https://guides.exolink.com/apis/exolink_api/cpms/list_cpms.md): Return the list of CPMS for the given tenant ## Create CPMS - [POST /tenant/{tenant}/cpms](https://guides.exolink.com/apis/exolink_api/cpms/create_cpms.md): Create a new CPMS backend ## Get CPMS - [GET /tenant/{tenant}/cpms/{cpmsId}](https://guides.exolink.com/apis/exolink_api/cpms/get_cpms.md): Get details of a specific CPMS backend ## Update CPMS - [PUT /tenant/{tenant}/cpms/{cpmsId}](https://guides.exolink.com/apis/exolink_api/cpms/update_cpms.md): Update CPMS backend information ## Delete CPMS - [DELETE /tenant/{tenant}/cpms/{cpmsId}](https://guides.exolink.com/apis/exolink_api/cpms/delete_cpms.md): Delete a CPMS backend