MCPcopy Create free account
hub / github.com/rilldata/rill / CreateDeployment

Method CreateDeployment

proto/gen/rill/admin/v1/api_grpc.pb.go:244–244  ·  view source on GitHub ↗

CreateDeployment creates a new deployment for a project.

(ctx context.Context, in *CreateDeploymentRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

242 ListDeployments(ctx context.Context, in *ListDeploymentsRequest, opts ...grpc.CallOption) (*ListDeploymentsResponse, error)
243 // CreateDeployment creates a new deployment for a project.
244 CreateDeployment(ctx context.Context, in *CreateDeploymentRequest, opts ...grpc.CallOption) (*CreateDeploymentResponse, error)
245 // GetDeployment returns runtime info and access token on behalf of a specific user, or alternatively for a raw set of JWT attributes
246 GetDeployment(ctx context.Context, in *GetDeploymentRequest, opts ...grpc.CallOption) (*GetDeploymentResponse, error)
247 // StartDeployment starts a deployment.

Implementers 3

adminServiceClientproto/gen/rill/admin/v1/api_grpc.pb.go
UnimplementedAdminServiceServerproto/gen/rill/admin/v1/api_grpc.pb.go
Serveradmin/server/server.go

Calls

no outgoing calls

Tested by 1

TestRBACFunction · 0.52