---
title: "Update Number"
method: PUT
path: "/numbers/{number}"
tags: ["Numbers"]
---

# Update Number

`PUT /numbers/{number}`

Update the specified resource in storage.

## Path parameters

- `number` integer, required

## Request body

- object
  - `label` string — A label for the number
  - `use_ai_ivr` boolean — Whether the AI receptionist answers on this number
  - `ai_ivr_agent_id` string, nullable — ElevenLabs agent external ID to route calls through AI IVR
  - `ai_answer_triggers` string[], nullable — When the AI receptionist answers. Empty/null means every call.
  - `use_extensions` boolean — Whether to use extensions
  - `record` boolean — Whether to record calls
  - `routes` object[] — Routing configuration
    - `forwards` object[] — Forward destinations
      - `number` string — Forward to number
      - `geo_by_state` string[] — Geo routing by state
    - `geo_by_state_enabled` boolean — Whether geo routing by state is enabled
    - `geo_by_state_static_fallback` boolean — Whether to use static fallback for geo routing
  - `sms_enabled` boolean — Whether SMS is enabled
  - `mms_enabled` boolean — Whether MMS is enabled
  - `sms_notification_email` string, email — Email to notify for SMS
  - `sms_notification_email_additional` string[] — Additional emails to notify for SMS
  - `voicemail_notification_email` string, email — Email to notify for voicemail
  - `voicemail_notification_email_additional` string[] — Additional emails to notify for voicemail
  - `fax_notification_email` string, email — Email to notify for fax
  - `fax_notification_email_additional` string[] — Additional emails to notify for fax
  - `number_template_id` integer — ID of the number template to apply
  - `sms_notification_phone` string — Phone number to notify for SMS
  - `sms_notification_phone_additional` string[] — Additional phone numbers to notify for SMS
  - `voicemail_notification_phone` string — Phone number to notify for voicemail
  - `voicemail_notification_phone_additional` string[] — Additional phone numbers to notify for voicemail
  - `tags` integer[] — Array of tag IDs

## Response `200`

Updated successfully

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
