Toggle navigation sidebar
Toggle in-page Table of Contents
Ray 2.8.0
Welcome to Ray!
Ray
Overview
Getting Started
Installation
Use Cases
Example Gallery
Ecosystem
Ray Core
Ray Data
Ray Train
Ray Tune
Ray Serve
Getting Started
Key Concepts
Develop and Deploy an ML Application
Deploy Compositions of Models
Deploy Multiple Applications
Model Multiplexing
Configure Ray Serve deployments
Set Up FastAPI and HTTP
Production Guide
Monitor Your Application
Resource Allocation
Ray Serve Autoscaling
Advanced Guides
Architecture
Examples
Ray Serve API
ray.serve.Deployment
ray.serve.Application
ray.serve.deployment
ray.serve.ingress
ray.serve.batch
ray.serve.multiplexed
ray.serve.handle.DeploymentHandle
ray.serve.handle.DeploymentResponse
ray.serve.handle.DeploymentResponseGenerator
ray.serve.handle.RayServeHandle
ray.serve.handle.RayServeSyncHandle
ray.serve.start
ray.serve.run
ray.serve.delete
ray.serve.status
ray.serve.shutdown
ray.serve.config.ProxyLocation
ray.serve.config.gRPCOptions
ray.serve.config.HTTPOptions
ray.serve.config.AutoscalingConfig
ray.serve.get_replica_context
ray.serve.context.ReplicaContext
ray.serve.get_multiplexed_model_id
ray.serve.get_app_handle
ray.serve.get_deployment_handle
ray.serve.schema.ServeDeploySchema
ray.serve.schema.gRPCOptionsSchema
ray.serve.schema.HTTPOptionsSchema
ray.serve.schema.ServeApplicationSchema
ray.serve.schema.DeploymentSchema
ray.serve.schema.RayActorOptionsSchema
ray.serve.schema.ServeInstanceDetails
ray.serve.schema.ApplicationDetails
ray.serve.schema.DeploymentDetails
ray.serve.schema.ReplicaDetails
ray.serve.metrics.Counter
ray.serve.metrics.Histogram
ray.serve.metrics.Gauge
Ray RLlib
More Libraries
Ray Clusters
Monitoring and Debugging
Developer Guides
Glossary
Security
repository
open issue
suggest edit
.rst
.pdf
ray.serve.delete
ray.serve.delete
#
ray.serve.
delete
(
name
:
str
,
_blocking
:
bool
=
True
)
[source]
#
Delete an application by its name.
Deletes the app with all corresponding deployments.