---
title: Cf1 Sites
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api)

[Magic Transit](https://developers.cloudflare.com/api/resources/magic%5Ftransit)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Cf1 Sites

##### [List CF1 Sites](https://developers.cloudflare.com/api/resources/magic%5Ftransit/subresources/cf1%5Fsites/methods/list)

GET/accounts/{account\_id}/magic/cf1\_sites

##### [Get CF1 Site](https://developers.cloudflare.com/api/resources/magic%5Ftransit/subresources/cf1%5Fsites/methods/get)

GET/accounts/{account\_id}/magic/cf1\_sites/{cf1\_site\_id}

##### [Create CF1 Sites](https://developers.cloudflare.com/api/resources/magic%5Ftransit/subresources/cf1%5Fsites/methods/create)

POST/accounts/{account\_id}/magic/cf1\_sites

##### [Update CF1 Site](https://developers.cloudflare.com/api/resources/magic%5Ftransit/subresources/cf1%5Fsites/methods/update)

PATCH/accounts/{account\_id}/magic/cf1\_sites/{cf1\_site\_id}

##### [Delete CF1 Site](https://developers.cloudflare.com/api/resources/magic%5Ftransit/subresources/cf1%5Fsites/methods/delete)

DELETE/accounts/{account\_id}/magic/cf1\_sites/{cf1\_site\_id}

##### ModelsExpand Collapse 

Cf1Site object { name, id, created\_on, 3 more } 

name: string

A human-provided name describing the CF1 Site that should be unique within the account.

id: optional string

Identifier

maxLength32

created\_on: optional string

formatdate-time

description: optional string

A human-provided description of the CF1 Site.

location: optional [Cf1SiteLocation](https://developers.cloudflare.com/api/resources/magic%5Ftransit#%28resource%29%20magic%5Ftransit.cf1%5Fsites%20%3E%20%28model%29%20cf1%5Fsite%5Flocation%20%3E%20%28schema%29) { lat, long, name } 

modified\_on: optional string

formatdate-time

Cf1SiteLocation object { lat, long, name } 

lat: optional number

Latitude of the CF1 Site.

formatfloat

long: optional number

Longitude of the CF1 Site.

formatfloat

name: optional string

Name of nearest town, city, or village.

#### Cf1 SitesRamps

##### [List CF1 Site Ramps](https://developers.cloudflare.com/api/resources/magic%5Ftransit/subresources/cf1%5Fsites/subresources/ramps/methods/list)

GET/accounts/{account\_id}/magic/cf1\_sites/{cf1\_site\_id}/ramps

##### [Get CF1 Site Ramp](https://developers.cloudflare.com/api/resources/magic%5Ftransit/subresources/cf1%5Fsites/subresources/ramps/methods/get)

GET/accounts/{account\_id}/magic/cf1\_sites/{cf1\_site\_id}/ramps/{ramp\_id}

##### [Create CF1 Site Ramps](https://developers.cloudflare.com/api/resources/magic%5Ftransit/subresources/cf1%5Fsites/subresources/ramps/methods/create)

POST/accounts/{account\_id}/magic/cf1\_sites/{cf1\_site\_id}/ramps

##### [Delete CF1 Site Ramp](https://developers.cloudflare.com/api/resources/magic%5Ftransit/subresources/cf1%5Fsites/subresources/ramps/methods/delete)

DELETE/accounts/{account\_id}/magic/cf1\_sites/{cf1\_site\_id}/ramps/{ramp\_id}

##### ModelsExpand Collapse 

Ramp object { id, created\_on, modified\_on, 8 more } 

id: string

Identifier

maxLength32

created\_on: string

formatdate-time

modified\_on: string

formatdate-time

name: string

A human-provided name describing the ramp that should be unique within the CF1 Site.

type: [RampType](https://developers.cloudflare.com/api/resources/magic%5Ftransit#%28resource%29%20magic%5Ftransit.cf1%5Fsites.ramps%20%3E%20%28model%29%20ramp%5Ftype%20%3E%20%28schema%29)

The type of network connection (ramp) linking a CF1 Site to Cloudflare’s network.

description: optional string

A human-provided description of the ramp.

gre: optional object { managed\_by } 

managed\_by: optional string

URL reference to the source network resource that this ramp is managed by.

gre\_interconnect: optional object { managed\_by } 

managed\_by: optional string

URL reference to the source network resource that this ramp is managed by.

ipsec: optional object { managed\_by } 

managed\_by: optional string

URL reference to the source network resource that this ramp is managed by.

mconn: optional object { managed\_by } 

managed\_by: optional string

URL reference to the source network resource that this ramp is managed by.

mpls\_interconnect: optional object { managed\_by } 

managed\_by: optional string

URL reference to the source network resource that this ramp is managed by.

RampType \= "gre" or "gre\_interconnect" or "mpls\_interconnect" or 2 more

The type of network connection (ramp) linking a CF1 Site to Cloudflare’s network.

One of the following:

"gre"

"gre\_interconnect"

"mpls\_interconnect"

"mconn"

"ipsec"