--- page_title: "genesyscloud_routing_skill Resource - terraform-provider-genesyscloud" subcategory: "" description: |- Genesys Cloud Routing Skill --- # genesyscloud_routing_skill (Resource) Genesys Cloud Routing Skill ## API Usage The following Genesys Cloud APIs are used by this resource. Ensure your OAuth Client has been granted the necessary scopes and permissions to perform these operations: * [GET /api/v2/routing/skills](https://developer.mypurecloud.com/api/rest/v2/routing/#get-api-v2-routing-skills) * [POST /api/v2/routing/skills](https://developer.mypurecloud.com/api/rest/v2/routing/#post-api-v2-routing-skills) * [GET /api/v2/routing/skills/{skillId}](https://developer.mypurecloud.com/api/rest/v2/routing/#get-api-v2-routing-skills--skillId-) * [DELETE /api/v2/routing/skills/{skillId}](https://developer.mypurecloud.com/api/rest/v2/routing/#delete-api-v2-routing-skills--skillId-) ## Example Usage ```terraform resource "genesyscloud_routing_skill" "test_skill" { name = "Test Skill" } ``` ## Schema ### Required - **name** (String) Skill name. ### Optional - **id** (String) The ID of this resource.