# Incident Update Template Incident Update Template is used to create Incident Updates in StatusHub Control Panel quicker.
It can contain predefined: - title, - body, - incident type, - service statuses. ## Create an Incident Update Template - [POST /hubs/{subdomain}/incident_templates](https://api-docs.statushub.com/api-v3-openapi/incident-update-template/createincidentupdatetemplate.md): Creates a new template. Template don't have to contain values set for all possible fields. If there is no value present for one of the field, during applying the template such field will be ignored. ## List Incident Update Templates - [GET /hubs/{subdomain}/incident_templates](https://api-docs.statushub.com/api-v3-openapi/incident-update-template/listincidentupdatetemplates.md): Filters and returns Incident Template records for current Hub with basic info. ## Retrieve an Incident Update Template - [GET /hubs/{subdomain}/incident_templates/{incident_template_id}](https://api-docs.statushub.com/api-v3-openapi/incident-update-template/getincidentupdatetemplate.md): Returns data about single template. ## Update an Incident Update Template - [PUT /hubs/{subdomain}/incident_templates/{incident_template_id}](https://api-docs.statushub.com/api-v3-openapi/incident-update-template/updateincidentupdatetemplate.md): Modifies an existing template. Only modified attributes may be passed in payload. All other attributes will remain unchanged. ## Delete an Incident Update Template - [DELETE /hubs/{subdomain}/incident_templates/{incident_template_id}](https://api-docs.statushub.com/api-v3-openapi/incident-update-template/deleteincidentupdatetemplate.md): Deletes Incident Template record. Records are soft-deleted which means that such deleted record can still be viewed.