---
title: "Delete a custom provider instance"
method: DELETE
path: "/marketplace/providers/compute"
---

# Delete a custom provider instance

`DELETE /marketplace/providers/compute`

Delete one of your compute rates by id.
Resources still pinned to it stop resolving a price rather than falling back to attribute matching, so re-pin them before deleting.

## Query parameters

- `id` string, required

## Response `200`

Pricing response for a custom provider

- TypesCustomPricingResponse
  - `entries` SchemaComputePricingsRow[]
    - `architecture` string
    - `availability_zone` string
    - `cost_per_hour` number
    - `cpu_cores` number
    - `cpu_cores_cost_per_hour` number
    - `created_at` string
    - `currency` string
    - `gpu_cost_per_hour` number
    - `gpu_count` number
    - `gpu_type` string
    - `id` string
    - `instance_type` string
    - `native_cost_per_hour` number
    - `operating_system` string
    - `period_billing_hours` number
    - `provider` string
    - `ram_gb` number
    - `ram_gb_cost_per_hour` number
    - `raw_pricing_data` object
    - `region` string
    - `service` string
    - `tags` object
    - `updated_at` string
    - `usage_type` string
  - `status` 'Registered' | 'Deleted'

## Other responses

- `400` — Invalid id
- `401` — Provider and organization do not match
- `404` — Instance not found
- `500` — Internal server error

---

[API](https://skmtc.net/baselinehq/apis/costgraph-pricing-api.md) · [All operations](https://skmtc.net/baselinehq/apis/costgraph-pricing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselinehq/costgraph-pricing-api/revisions/f07bdc0e3d36/schema)
