Skip to main content
Ctrl+K
PyACP - Home PyACP - Home
  • Home
  • Getting started
  • User guide
  • Examples
  • API reference
    • Contribute
Ctrl+K
  • GitHub
  • Home
  • Getting started
  • User guide
  • Examples
  • API reference
  • Contribute
Ctrl+K
  • GitHub

Section Navigation

  • Server management
    • ACPInstance
      • check
      • clear
      • download_file
      • import_model
      • restart
      • start
      • stop
      • upload_file
      • wait
      • is_remote
      • models
      • server_version
    • ConnectLaunchConfig
    • ConnectLocalLaunchConfig
    • DirectLaunchConfig
    • DockerComposeLaunchConfig
    • launch_acp
    • LaunchMode
  • ACP objects
  • Mesh data objects
  • Linked object definitions
  • Material property sets
  • Enumeration data types
  • Other types
  • Plot utilities
  • Other utilities
  • DPF integration helpers
  • Mechanical integration helpers
  • Extras
  • Internal objects
  • PyAnsys
  • API reference
  • Server management
  • ACPInstance
  • stop

stop#

ACPInstance.stop(*, timeout=None)#

Stop the product instance.

Parameters:

timeout (float | None) – Time in seconds after which the instance is forcefully stopped. Note that not all launch methods may implement this parameter. If they do not, the parameter is ignored.

Raises:
  • ansys.tools.common.exceptions.ProductInstanceError – If the instance is already in the stopped state.

  • ansys.tools.common.exceptions.ProductInstanceError – If the instance does not allow stopping.

previous

start

next

upload_file

On this page
  • ACPInstance.stop()
  • Show Source

© Copyright (c) 2025 ANSYS, Inc. All rights reserved.

Created using Sphinx 8.1.3.

Built with the Ansys Sphinx Theme 1.6.3.
Last updated on