DOCUMENTATION
/
Language
English
中文
Get started
Guides
Developer
Reference
Release notes
Tutorials
Status
Go to https://china-status.snowflake.com to see details of the status
For AI agents: documentation index at /llms.txt — fetch to discover all Snowflake documentation pages. Markdown version of this page: /en/sql-reference/sql/drop-openflow-deployment.md
  1. Overview
    • SQL data types reference
    • SQL command reference
        1. Query syntax
        2. Query operators
        3. General DDL
        4. General DML
        5. All commands (alphabetical)
          • Accounts
          • Users, roles, & privileges
          • Integrations
          • Business continuity & disaster recovery
          • Sessions
          • Transactions
          • Virtual warehouses & resource monitors
          • Databases, schemas, & shares
          • Tables, views, sequences, and types
          • Functions, procedures, & scripting
          • Streams & tasks
          • DCM Projects
          • dbt Projects on Snowflake
          • Classes & instances
          • Machine learning
          • Cortex
          • Listings
          • Openflow data plane integration
          • Second generation Openflow (gen 2)
              1. CREATE OPENFLOW DEPLOYMENT
                • ALTER OPENFLOW DEPLOYMENT
                  • DROP OPENFLOW DEPLOYMENT
                    • SHOW OPENFLOW DEPLOYMENTS
                      • DESCRIBE OPENFLOW DEPLOYMENT
                        • CREATE OPENFLOW RUNTIME
                          • ALTER OPENFLOW RUNTIME
                            • DROP OPENFLOW RUNTIME
                              • SHOW OPENFLOW RUNTIMES
                                • DESCRIBE OPENFLOW RUNTIME
                                  • CREATE OPENFLOW CONNECTOR
                                    • ALTER OPENFLOW CONNECTOR
                                      • DROP OPENFLOW CONNECTOR
                                        • SHOW OPENFLOW CONNECTOR DEFINITIONS
                                          • SHOW OPENFLOW CONNECTORS
                                            • DESCRIBE OPENFLOW CONNECTOR
                                              • SHOW VERSIONS IN OPENFLOW CONNECTOR
                                            • Organization profiles
                                            • Security
                                            • Data Governance
                                            • Privacy
                                            • Data loading & unloading
                                            • File staging
                                            • Storage lifecycle policies
                                            • Git
                                            • Alerts
                                            • Native Apps Framework
                                            • Snowflake App Runtime
                                            • Streamlit
                                            • Notebook
                                            • Snowpark Container Services
                                            • Snowflake Postgres
                                        • Function and stored procedure reference
                                        • Class reference
                                        • Scripting reference
                                        • General reference
                                        • API reference
                                          ReferenceSQL command referenceSecond generation Openflow (gen 2)DROP OPENFLOW DEPLOYMENT

                                          DROP OPENFLOW DEPLOYMENT¶

                                          Preview Feature — Open

                                          Available to all accounts.

                                          See also:

                                          CREATE OPENFLOW DEPLOYMENT, ALTER OPENFLOW DEPLOYMENT, SHOW OPENFLOW DEPLOYMENTS, DESCRIBE OPENFLOW DEPLOYMENT

                                          Removes the record for a terminated deployment.

                                          Syntax¶

                                          DROP OPENFLOW DEPLOYMENT [ IF EXISTS ] <name>
                                          

                                          The deployment must be in TERMINATED status (after ALTER ... TERMINATE completes).

                                          Was this page helpful?

                                          Visit Snowflake
                                          Share your feedback
                                          Privacy PolicyTerms of Service
                                          © 2026 Snowflake All Rights Reserved.@北京神州数码云计算有限公司版权所有.

                                          Alternative interfaces

                                          Snowflake Python APIsSnowflake REST APIsSnowflake CLI
                                          1. Syntax
                                          1. Second generation Openflow SQL command reference
                                          2. Quickstart: gen 2 Openflow
                                          3. Set up Openflow - BYOC
                                          4. Set up Openflow - Snowflake Deployment - Task overview