Skip to contents

Constructs URLs for Pinecone's global control plane API (api.pinecone.io). This is used for index and collection management operations.

Usage

get_control_plane_url(set_path = NA)

Arguments

set_path

API path (e.g., "indexes", "collections")

Value

Full URL string for the control plane API

Examples

if (FALSE) { # \dontrun{
get_control_plane_url("indexes")
} # }