---
title: "provision a service instance"
method: PUT
path: "/v2/service_instances/{instance_id}"
tags: ["ServiceInstances"]
---

# provision a service instance

`PUT /v2/service_instances/{instance_id}`

## Path parameters

- `instance_id` string, required

## Query parameters

- `accepts_incomplete` boolean

## Headers

- `X-Broker-API-Version` string, required
- `X-Broker-API-Originating-Identity` string

## Request body

- ServiceInstanceProvisionRequest
  - `service_id` string, required
  - `plan_id` string, required
  - `context` Context — See [Context Conventions](https://github.com/openservicebrokerapi/servicebroker/blob/master/profile.md#context-object) for more details.
  - `organization_guid` string, required
  - `space_guid` string, required
  - `parameters` Object

## Response `200`

OK

- ServiceInstanceProvisionResponse
  - `dashboard_url` string

## Other responses

- `201` — Created
- `202` — Accepted
- `400` — Bad Request
- `409` — Conflict
- `422` — Unprocessable Entity

## Changes

- **2019-07-23** `f5fcf232eed3` — 6 info
  - added the optional property `instance_usable` to the response with the `400` status
  - added the optional property `instance_usable` to the response with the `409` status
  - added the optional property `instance_usable` to the response with the `422` status
  - added the optional property `update_repeatable` to the response with the `400` status
  - …2 more
- **2019-05-14** `2aba5b99264e` — 6 warning
  - removed the optional property `instance_usable` from the response with the `400` status
  - removed the optional property `instance_usable` from the response with the `409` status
  - removed the optional property `instance_usable` from the response with the `422` status
  - removed the optional property `update_repeatable` from the response with the `400` status
  - …2 more
- **2019-05-08** `acc9377ceb02` — 6 info
  - added the optional property `instance_usable` to the response with the `400` status
  - added the optional property `instance_usable` to the response with the `409` status
  - added the optional property `instance_usable` to the response with the `422` status
  - added the optional property `update_repeatable` to the response with the `400` status
  - …2 more
- **2018-01-23** `176590258a7f` — 2 info
  - added the optional property `description` to the response with the `400` status
  - added the optional property `error` to the response with the `400` status
- …earlier changes not shown

[Full history](https://skmtc.dev/cloudfoundry/apis/open-service-broker-api/changes/v2/service_instances/:instance_id/put.md)

---

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